home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: netcom.com!smryan
- From: smryan@netcom.com (@#$%!?!)
- Subject: Re: New C Programmer Needs Help
- Message-ID: <smryanDpuD3J.C7H@netcom.com>
- Organization: The Programmer formerly known as S M Ryan
- X-Newsreader: TIN [version 1.2 PL1]
- References: <4koqmo$1o7@news1.h1.usa.pipeline.com>
- Date: Sun, 14 Apr 1996 07:35:43 GMT
- Sender: smryan@netcom13.netcom.com
-
- : I need to read data from a text file into an array for sorting (using
- : QSORT). Can someone tell me how to do this???
-
- You fopen a file and then either fscanf the data or fgets and sscanf the
- data.
-
- These functions are in <stdio.h>.
-
- --
- The Queen, amused, in quiet power, | smryan@netcom.com PO Box 1563
- will draw the son to darkenned bower. | Cupertino, California
- Her face is fair, her fragrance rare, | (xxx)xxx-xxxx 95015
- with woven webs for wayward flower. | I don't use no smileys
-